.abt-sect{
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 0px 200px;
  margin-top: -100px;
  margin-bottom: 150px;
 
}

.abt-title{
  background: linear-gradient(10deg, rgb(128, 151, 131), rgb(255, 255, 255));
  height: 90vh;
  display: flex;
  justify-content: center;
  flex-direction:column;
  padding: 0px 60px;
  position: relative;
  box-shadow: 20px 5px 10px ;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  border: 1px solid black;  
}

#abt-heading{
  font-family: Recursive;
  font-weight: 500px;
  color: rgb(42, 157, 143);
  margin-bottom: 25px;
}

#abt-sub-heading{
  font-family: Poiret One;
  font-weight: bold;
  font-size: 35px;
  margin: 30px 0px;
  line-height: 45px;
}

#abt-content{
  font-family: play;
  font-size: 14px;
  line-height: 25px;
  word-spacing: 3px;
  margin-bottom: 30px;
  color: #000000a6;

}

.abt-logo{
  display: flex;
  background-color: white;
  align-items: center;
  height: 90vh;
  position: relative;
  border: 1px solid black;
  border-top: 1px solid #222 ;
  box-shadow:  -20px 5px 10px;
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}


#myVideo{
  position: absolute;
  height: 100%;
  width: 90%;
  right: 30px;
  bottom: 0;
}

.testimonials{
  display: inline-block;
  background-color: #222;
  width: 74%;
  height: 90vh;
  position: relative;
  overflow: hidden;
  padding:  40px 200px 0px 200px;
  z-index: -3;

}

.testimonials::before{
  content: 'Feedback ';
  position: absolute;
  font-size: 300px;
  color: white;
  top: 20%;
  left: 4.5%;
  font-family: Recursive;
  filter: blur(1.5rem);
  
}


.person-1{
  width: 600px;
  font-family: Poiret one;
  position: relative;
  width: 40rem;
  height: 10rem;
  display: grid;
  grid-template-columns: 200px 1fr;
  top: 10%;
  left: 5%;
}

.person-2{
  width: 600px;
  font-family: Poiret one;
  position: relative;
  width: 40rem;
  height: 10rem;
  display: grid;
  grid-template-columns: 200px 1fr;
  top: 10%;
  left: 25%;
}

.person-3{
  width: 600px;
  font-family: Poiret one;
  position: relative;
  width: 40rem;
  height: 10rem;
  display: grid;
  grid-template-columns: 200px 1fr;
  top: 10%;
  left: 5%;
}




.person-1 img{
  font-weight: bolder;
  object-fit: cover;
  width: 100px;
  height: 100px;
  top: 19%;
  left: 5%;
  border-radius: 50%;
  transform: translate(-10% -10);
  position: absolute;
}

.person-2 img{
  font-weight: bolder;
  object-fit: cover;
  width: 100px;
  height: 100px;
  top: 19%;
  left: 105%;
  border-radius: 50%;
  transform: translate(-10% -10);
  position: absolute;
}

.person-3 img{
  font-weight: bolder;
  object-fit: cover;
  width: 100px;
  height: 100px;
  top: 19%;
  left: 5%;
  border-radius: 50%;
  transform: translate(-10% -10);
  position: absolute;
}



.person-1-feedback{
  background-color: #222;

  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  margin-left: 30px;
  left: 20%;
  border-radius: 10px;
}

.person-2-feedback{
  background-color: #222;

  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  margin-left: 30px;
  left: 20%;
  border-radius: 10px;
}

.person-3-feedback{
  background-color: #222;

  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  margin-left: 30px;
  left: 20%;
  border-radius: 10px;
}




@property --angle{
  syntax: "<angle>";
  initial-value: 0deg;
  inherits: false;
}

.person-1-feedback::after, .person-1-feedback::before{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 3px;
  border-radius: 10px;
  background-image: conic-gradient(from var(--angle), transparent 70%, blue);
  z-index: -1;
  animation: 1s spin linear infinite;
}

.person-1-feedback::before{
  
  filter: blur(1.5rem);
  opacity: 1;
}



.person-1-feedback p{
  padding: 0px 20px 20px 20px;
  font-weight: 500;
  line-height: 20px;

}


.person-2-feedback::after, .person-2-feedback::before{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 3px;
  border-radius: 10px;
  background-image: conic-gradient(from var(--angle), transparent 70%, red);
  z-index: -1;
  animation: 1s spin linear infinite;
}

.person-2-feedback::before{
  
  filter: blur(1.5rem);
  opacity: 1;
}


.person-2-feedback p{
  padding: 0px 20px 20px 20px;
  font-weight: 500;
  line-height: 20px;

}


.person-3-feedback::after, .person-3-feedback::before{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 3px;
  border-radius: 10px;
  background-image: conic-gradient(from var(--angle), transparent 70%, white);
  z-index: -1;
  animation: 1s spin linear infinite;
}

.person-3-feedback::before{
  
  filter: blur(1.5rem);
  opacity: 1;
}

.person-3-feedback p{
  padding: 0px 20px 20px 20px;
  font-weight: 500;
  line-height: 20px;

}

@keyframes spin{
  from{
    --angle: 0deg;
  }
  to{
    --angle: 360deg;
  }
}

@media(max-width: 1250px){
  .testimonials{
   
    padding-left: 100px;
  }
}

@media (max-width: 1100px){
  .abt-sect{
    padding: 100px;
  }
  .testimonials{
   
    padding-left: 50px;}
    
  .person-2{
    left: 5%;
  }
  
}

@media(max-width: 950px){
  .abt-sect{
    padding: 50px;
    grid-template-columns: 1fr;
    margin:50px 0;
    
  }
  .abt-logo{
    box-shadow: none;
  }
  .abt-logo video{
    position: absolute;
    left: 10%;
  }
  
  .abt-title{
    box-shadow: none;
  }
  .person-2 img{
    left: 5%;
  }
  .person-1, .person-2, .person-3{
    padding-right: 30px;
  }
}

@media(max-width: 880px){
 .testimonials{
  padding-left: 10px;
 }
}

@media(max-width: 780px){
  .testimonials{
    
    position: relative;
    padding-top: 50%;
    padding-bottom: 50%;
    padding-left: 0;
   
  }
  .testimonials::before{
    writing-mode: vertical-lr;
    top: 10%;
    font-size: 250px;
    left: 50%;
    transform: translateX(-50%)
  }
  .person-1 img{
    position: absolute;
    left:65%;
    top: -88%;
    transform: translateX(-65%);
    isolation: isolate;
  }
  .person-1{
    position: absolute;
    left: -3%;
    top:12%
  
  }
  .person-2 img, .person-3 img{
    position: absolute;
    left:65%;
    top: -88%;
    transform: translateX(-65%);
    isolation: isolate;
  }
  .person-2{
    position: absolute;
    top: 35%;
    left: -3%;
  }

  .person-3{
    position: absolute;
    top: 58%;
    left: -3%;
  }


}

@media(max-width: 680px){
  
 .person-1, .person-2, .person-3{
  left: -13%;
  top: 15% ;
 }
 .person-2{
  top: 45%;
 }
 .person-3{
  top: 75%;
 }
 .person-1 p{
 word-wrap: break-word;
 }
}

@media(max-width: 500px){
 
  .person-1, .person-2, .person-3{
    left: -35%;
  }
 .person-1-feedback, .person-2-feedback, .person-3-feedback {
  margin-left: 10% ;
  margin-right: 7%;
}
}
@media (min-width:300px) and  (max-width: 610px) {
  .testimonials{
    padding: 30px 0;
    width: 100%;
  }
  .abt-section{
    padding: 0% 20%;
  }
  .abt-sect{
    padding: 0;
  }
  #myVideo{
    
    height: 50%;
   top: 30%;
   left: 5%;

    
  }
  .abt-logo{
    width: 1fr;
    margin: 20px;
  }
  .abt-title{
    padding: 0;
    margin: 20px;
    padding-left: 10px;
    padding-right: 10px;
    
  }
  #abt-heading{
    margin-bottom: 10px;
   
    
  }
  #abt-sub-heading{
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 30px;
  }
  .testimonials{
   
    height: 180vh;
    width: 100%;
   
  }
  .person-1-feedback, .person-2-feedback, .person-3-feedback{
    padding-left: 0px;
   left: 30%;
   
   margin: 0;
    width: 300px;
  }
  .person-1, .person-2, .person-3{
    padding-left: 0px;
   
  }
  .person-1 img,  .person-2 img,  .person-3 img{
    left: 55%;
  }
  

}
@media (max-width: 375px){
  .person-1, .person-2, .person-3{
    left: -50%;
    
  }
}

@media(max-width:321px){
  .person-1, .person-2, .person-3{
    left: -60%;
  }
}

